ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / MultiSelect<T> Class / CheckedIndexes Property

In This Topic
    CheckedIndexes Property (MultiSelect<T>)
    In This Topic
    Gets or sets a list containing the indexes of checked items.
    Syntax
    'Declaration
     
    Public Property CheckedIndexes As IList(Of Integer)
    public IList<int> CheckedIndexes {get; set;}
    See Also